refactor: unify logger categories and reduce logging noise#7
Closed
Newarr wants to merge 1 commit intostack/pr232-basefrom
Closed
refactor: unify logger categories and reduce logging noise#7Newarr wants to merge 1 commit intostack/pr232-basefrom
Newarr wants to merge 1 commit intostack/pr232-basefrom
Conversation
This was referenced Mar 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
This PR consolidates the remaining logger usage onto shared
Log.*categories and trims noisy logging across the transcription stack.Why
This is the first PR in a 2-PR stack.
It conceptually sits on top of
yazinsai/OpenOats#232, but that upstream PR is still open. To keep the diff reviewable now, this fork usesstack/pr232-baseas a temporary mirror of the#232tip and targets this PR there.The tradeoff is one temporary base branch in the fork. The benefit is a mechanical cleanup PR that stays separate from the behavioral transcription fixes.
How
Utils/Logging.swiftLogger(...)instances withLog.*Testing
swift testMigration / rollback
No migration.
If any part of this cleanup turns out to be undesirable, it can be reverted as a single squashed commit.
Stack
stack/pr232-base(temporary mirror of the current#232tip in this fork)stack/transcription-fix